GtkEntryAccessible: Emit signal after insertion
authorJoanmarie Diggs <jdiggs@igalia.com>
Mon, 9 Jun 2014 22:31:19 +0000 (18:31 -0400)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 Jun 2014 23:07:57 +0000 (01:07 +0200)
commitfc00381d306400977c7c83e564a7eb552cc8250d
treeee818d3f685050194ddd1e58ff16b37c30acfcd6
parentfbc6a0c400462e00675388a227a24f21444e27eb
GtkEntryAccessible: Emit signal after insertion

The signal needs to be emitted after the text insertion as at-spi gets
the text to compute the inserted text due to the AtkText::insert-text
signal not containing it.
Also adjust position to reflect changes to the offsets.

https://bugzilla.gnome.org/show_bug.cgi?id=731429
gtk/a11y/gtkentryaccessible.c